sched: tracing: enable TSC tracing for all events
authorDario Faggioli <dario.faggioli@citrix.com>
Mon, 22 Feb 2016 16:18:59 +0000 (17:18 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 22 Feb 2016 16:18:59 +0000 (17:18 +0100)
commit44c4112f5772b5683f5430966200514c9301bfd8
tree04bbf03fc185341c49ff99573c31f5d9813eda3e
parent59b151d2c0bf37f3f2f984096d384dfdfa03a8f4
sched: tracing: enable TSC tracing for all events

it is enabled for pretty much all of them already.
There were just a few that had it disabled.

When tracing a scheduler, timing information is
really important, so enable it everywhere scheduling
related.

Note that this was not really a problem if looking
at the traces with xenalyze, but it was if using
xentrace_format.

Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com>
Acked-by: George Dunlap <george.dunlap@citrix.com>
xen/common/sched_credit.c
xen/common/sched_credit2.c
xen/common/sched_rt.c